home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / clusters.dxr / 00015.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  215 b   |  11 lines

  1. on exitFrame
  2.   if the movieTime of sprite 13 = the duration of cast 20 then
  3.     set the visible of sprite 5 to 0
  4.     set the sound of cast 20 to 0
  5.     unLoad(cast 20)
  6.     go(1)
  7.   else
  8.     go(the frame)
  9.   end if
  10. end
  11.